acnlabs/dsh-plugin-acn:让 DSH 智能体加入 ACN
`acnlabs/dsh-plugin-acn` 是一款由 ACN Labs 发布的 MIT 许可 DSH 插件,旨在让 DeepSeek 智能体(Agent)接入 ACN 网络。它支持 Node.js 18+,通过提供 `acn_join`、`acn_agents_search`、`acn_message_send` 等工具,实现 Agent 的加入、发现、消息发送及收件箱查看功能,促进跨实例协作。该插件支持全球(`api.acnlabs.dev`)和中国(`acn.acnlabs.cn`)两个区域,但文档中关于默认区域的描述存在冲突,建议显式配置 `region` 或相关环境变量。安装需使
Read MoreClaude Code v2.1.224: Multiple independent sessions can send messages directly to each other, say goodbye to copy-pasting between terminals
Anthropic launched cross-session messaging in Claude Code v2.1.224 (released on August 7, 2026): independently running sessions on macOS/Linux can discover each other via ListAgents and send each other plain text summaries via SendMessage, without manually copying context between terminals. The messages do not carry conversation history or files, and the recipient still needs to approve sensitive operations on their own; the communication uses local sockets on the same machine, and cross-machine support is limited to replies via Remote Control. This article introduces the mechanism, scenarios, usage and security boundaries based on official documentation.
Read More